home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Network / Snak / Snak 3.2.1 68K / Scripts / alias < prev    next >
Encoding:
Text File  |  1999-06-01  |  989 b   |  41 lines  |  [TEXT/R*ch]

  1. # Kent Sorensen 06/06/98 : this file is based on a file included with the 
  2. #                          standard distribution of ircII
  3. # Comfortable aliases... see /help load alias
  4. #
  5. alias mr msg $, $*
  6. alias ma msg $. $*
  7. alias wa whois $.
  8. alias ia invite $. $C
  9. #
  10. # command collision cludges
  11. alias no notice
  12. alias nf notify
  13. alias la lastlog
  14. #
  15. # other quickies
  16. alias " quote
  17. # alias lf set logfile $*
  18. # alias unset set -$*
  19. alias unalias alias -$*
  20. # alias alarm set clock_alarm $*
  21. # alias clock set clock $*
  22. # alias h+ ^set hold_mode on
  23. # alias h- ^set hold_mode off
  24. #
  25. # These aliases have been taken and adapted from the .ircrc's
  26. # posted to alt.irc some time ago...
  27. #
  28. alias shields_up ignore $, msgs notices
  29. alias protect mode $C +ni
  30. alias unprotect mode $C -ni
  31. alias chops who $C -chop
  32. # alias wjoin window new channel $0 name $0 $1-
  33. # alias talkto window new name $0;query $0
  34. alias oops {
  35.     ^assign alias.oops $B
  36.     msg $. Sorry, that wasn't meant for you.
  37.     msg $0 $alias.oops
  38. }
  39. #
  40. # lynx91,92
  41.